home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / javelin.swf / scripts / frame_101 / PlaceObject2_287_10 / CLIPACTIONRECORD onClipEvent(mouseDown).as < prev   
Text File  |  2008-11-12  |  250b  |  14 lines

  1. onClipEvent(mouseDown){
  2.    if(_root._ymouse > 365 && _root._xmouse < 220)
  3.    {
  4.       return undefined;
  5.    }
  6.    if(_root.state_bras <= 1)
  7.    {
  8.    }
  9.    if(_root._ymouse > 40 && _root._xmouse > 80)
  10.    {
  11.       _root.MouseClickP(1,1);
  12.    }
  13. }
  14.